home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.3
- date 89.06.23.11.30.20; author rab; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.06.21.13.09.43; author ouster; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.06.21.13.04.47; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.3
- log
- @*** empty log message ***
- @
- text
- @/*
- * inet.h --
- *
- * This file defines constants for the Internet Protocols server (inet).
- *
- * Copyright 1987, 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /sprite/src/lib/include/RCS/inet.h,v 1.2 88/06/21 13:09:43 ouster Exp Locker: rab $ SPRITE (Berkeley)
- */
-
- #ifndef _INET
- #define _INET
-
- /*
- * Names of the various socket devices. The %s should be filled in with
- * host name.
- */
-
- #define INET_STREAM_NAME_FORMAT "/hosts/%s/netTCP"
- #define INET_DGRAM_NAME_FORMAT "/hosts/%s/netUDP"
- #define INET_RAW_NAME_FORMAT "/hosts/%s/netIP"
-
-
- /*
- * Port numbers below INET_PRIV_PORTS are reserved to processes with super-user
- * privileges. Port numbers above INET_SERVER_PORTS are reserved for servers.
- */
-
- #define INET_PRIV_PORTS 1024
- #define INET_SERVER_PORTS 5000
-
- #endif /* _INET */
- @
-
-
- 1.2
- log
- @*** empty log message ***
- @
- text
- @d15 1
- a15 1
- * $Header: inet.h,v 1.1 88/06/21 13:04:47 ouster Exp $ SPRITE (Berkeley)
- d39 1
- a39 1
- #endif _INET
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d6 8
- a13 2
- * Copyright 1987 Regents of the University of California
- * All rights reserved.
- d15 1
- a15 1
- * $Header: inet.h,v 2.0 87/08/11 09:32:14 brent Exp $ SPRITE (Berkeley)
- @
-